home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-21 | 1.1 KB | 41 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: TextUtil.h
- // Release Version: $ 1.0d1 $
- //
- // Author: Anthone Burbidge
- // Creation Date: 3/28/94
- //
- // Copyright: © 1993, 1994 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef _TEXTUTIL_
- #define _TEXTUTIL_
-
- // ----- Framework Includes -----
-
- #ifndef FWGC_H
- #include "FWGC.h"
- #endif
-
- //===================================================================================================
- // Forward class declarations
- //===================================================================================================
-
- class CTextFacet;
-
-
- //===================================================================================================
- // CLASS CTextDrawInitiator
- //===================================================================================================
-
- class CTextDrawInitiator : public FW_CGraphicContext
- {
- public:
- CTextDrawInitiator(CTextFacet *facet, XMPShape* clipShape = NULL);
- virtual ~CTextDrawInitiator();
- };
-
- #endif
-